Method: ActiveSupport::Notifications::Event#<<

Defined in:
lib/active_support/notifications/instrumenter.rb

#<<(event) ⇒ Object



84
85
86
# File 'lib/active_support/notifications/instrumenter.rb', line 84

def <<(event)
  @children << event
end